The methods of the SelectFrom<T> class are listed below. For a complete list of SelectFrom<T> class members, see the SelectFrom<T> Members topic.
![]() ByPrimaryKey | Overloaded. Returns the BusinessObject identified by the specified primary key value. |
![]() Percent | Returns a SelectFrom`1 instance with the specified TOP PERCENT clause appended. Requires OrderBy(identityColumnName). |
![]() Top | Returns a SelectFrom`1 instance specifying the number of rows (objects) to return. Requires OrderBy(identityColumnName). |
And | Overloaded. Appends the specified criteria to the current SelectFrom`1 instance. |
Count | Returns the number of objects matched by the current SelectFrom`1 statement. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
Exists | Returns true or false indicating whether an object exists in the database matching the current SelectFrom`1 statement. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
Join | Appends the specified JOIN clause to the current SelectFrom`1 instance. Must be followed by On(...) |
On | Appends the specified ON clause to the current SelectFrom`1 instance. Must be preceded by Join(...) |
Or | Overloaded. Appends the specified criteria to the current SelectFrom`1 instance. |
OrderBy | Overloaded. Appends the specified ORDER BY clause to the current SelectFrom`1 instance. |
Select | Overloaded. Executes the current Select query SelectFrom`1 and returns a List`1 containing the matched objects matched by the current SelectFrom statement. |
SelectOne | Overloaded. Returns a BusinessObject matched by the current SelectFrom`1. |
StoredProcedure | Gets a SelectFrom instance configured to use the specified stored procedure arguments to select the objects from tha database. |
Sum | Returns the sum of the values in the specified column(property) of the objects matched by the current SelectFrom statement. |
ToSqlScript | Returns a stored procedure sql script corresponding to the current SelectFrom statement. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Where | Overloaded. Appends the specified criteria to the current SelectFrom`1 instance. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
SelectFrom<T> Class | Kredor.BO Namespace | WhereCondition | OrderBy